Git With Permission - Fri, Apr 21, 2023
Config git to support file permission
git config core.filemode true
Use git to modify file permissions
git update-index --chmod=+x xxx.sh
Then you can find that the document has changed and you can submit it.